home *** CD-ROM | disk | FTP | other *** search
/ Quake 2 Mission Packs Collection / Group Mapping Project.rar / gmmt / default.cfg next >
Text File  |  2008-06-28  |  4KB  |  197 lines

  1. // LAZARUS QUAKE2 MOD v1.7
  2. //
  3. // KEY BINDINGS
  4. //
  5.  
  6. unbindall
  7.  
  8. bind ' "inven_drop"
  9. bind 1 "use Blaster"
  10. bind 2 "use Shotgun"
  11. bind 3 "use Super Shotgun"
  12. bind 4 "use Machinegun"
  13. bind 5 "use Chaingun"
  14. bind 6 "use Grenade Launcher"
  15. bind 7 "use Rocket Launcher"
  16. bind 8 "use HyperBlaster"
  17. bind 9 "use Railgun"
  18. bind 0 "use BFG10K"
  19.  
  20. //
  21. // CHARACTER CONTROLS
  22. //
  23.  
  24. bind CTRL +attack
  25. bind ALT +strafe
  26.  
  27. bind , +moveleft
  28. bind . +moveright
  29. bind DEL +lookdown
  30. bind PGDN +lookup
  31. bind END centerview
  32. bind z +lookdown
  33. bind a +lookup
  34. bind c +movedown
  35.  
  36. bind TAB inven
  37. bind ENTER invuse
  38. bind [ invprev
  39. bind ] invnext
  40. bind ' invdrop
  41. bind BACKSPACE invdrop    
  42.  
  43. bind / weapnext
  44.  
  45. bind g "use Grenades"
  46. bind s "use Silencer"
  47. bind q "use Quad Damage"
  48. bind b "use Rebreather"
  49. bind e "use Environment Suit"
  50. bind i "use Invulnerability"
  51. bind p "use Power Shield"
  52.  
  53. //waves
  54. bind h "wave 0"
  55. bind j "wave 1"
  56. bind k "wave 2"
  57. bind l "wave 3"
  58. bind u "wave 4"
  59.  
  60. bind SHIFT +speed
  61.  
  62. bind UPARROW +forward
  63. bind DOWNARROW +back
  64. bind LEFTARROW +left
  65. bind RIGHTARROW +right
  66.  
  67. bind SPACE +moveup 
  68.  
  69. //
  70. // MOUSE OPTIONS
  71. //
  72.  
  73. bind \ +mlook
  74.  
  75. //
  76. // CLIENT ENVIRONMENT COMMANDS
  77. //
  78.  
  79. bind PAUSE pause
  80. bind ESCAPE togglemenu
  81. bind ~ toggleconsole
  82. bind ` toggleconsole
  83.  
  84. bind F1    "cmd help"
  85. bind F2    menu_savegame
  86. bind F3    menu_loadgame
  87. bind F4    menu_keys
  88. bind F5    menu_startserver
  89. bind F6    "echo QuickSaving...;wait;save quick"
  90. bind F9    "echo QuickLoading...;wait;load quick"
  91. bind F10 menu_quit
  92. bind F12 screenshot
  93.  
  94. bind t messagemode
  95.  
  96. bind + sizeup
  97. bind = sizeup
  98. bind - sizedown
  99.  
  100. bind INS +klook
  101.  
  102. //
  103. // MOUSE BUTTONS
  104. //
  105.  
  106. bind MOUSE3 +forward
  107. bind MOUSE1 +attack
  108. bind MOUSE2 +strafe
  109.  
  110. //
  111. // DEFAULT CVARS
  112. //
  113.  
  114. //set viewsize 100
  115. //set vid_fullscreen 1
  116. set win_noalttab 0
  117. set sensitivity 3
  118. set crosshair 1
  119. set cl_run 0
  120. set hand 0
  121. set m_pitch 0.022
  122. set m_yaw 0.022
  123. set m_forward 1
  124. set m_side 0.8
  125. set lookspring 1
  126. set lookstrafe 0
  127. set s_primary 0
  128.  
  129. //----------------------------------------------
  130. //
  131. // userinfo
  132. //
  133.  
  134. set name Player
  135. set skin male/grunt
  136.  
  137. //----------------------------------------------
  138.  
  139. //
  140. // DISABLE NORMAL DEMO PLAYBACK, GO TO MAIN MENU INSTEAD
  141. //
  142. alias d1 "demomap conback.pcx;wait;wait;wait;wait;wait;menu_main"
  143.  
  144. //
  145. // newgame command
  146. //
  147. alias   newgame " killserver ; maxclients 1 ; deathmatch 0 ; game gmmt ; map gmmt1"
  148.  
  149. //
  150. // quake2 +set dedicated 1
  151. // will run this command if no other +map is included
  152. //
  153. alias    dedicated_start    " game gmmt ; map base1"
  154.  
  155. //
  156. // this avoids obnoxious error messages before map load
  157. // DON'T REMOVE
  158. //
  159. alias -zoomin
  160. alias -zoomout
  161. alias -zoom
  162.  
  163. bind z +zoom
  164.  
  165.  
  166.  
  167. // ===============================================
  168. // HERE'S WHERE YOU MIGHT LIKE TO DO SOME EDITING
  169. // SO THAT THE GAME IS TWEAKED TO RUN *YOUR* MAPS!
  170. // ===============================================
  171.  
  172. //
  173. // ALLOWS FOR SIMPLE EASY LOADING OF LAZARUS KEY BINDS AT ANY TIME (THIS IS GOOD)
  174. //
  175. //alias LAZBINDS "exec suggested.cfg"
  176. //alias lazbinds "exec suggested.cfg"
  177.  
  178. //
  179. // ALLOWS FOR ALTERNATELY LOADING DEVELOPER AND NORMAL CONFIG FILES
  180. // REMOVE THIS IF YOU DON'T PLAN ON INCLUDING THE 2 CONFIGS
  181. //
  182. //alias LAZDEV lazdev
  183. //alias lazdev lazdev1
  184. //alias lazdev1 "alias lazdev lazdev0;exec developer.cfg"
  185. //alias lazdev0 "alias lazdev lazdev1;exec normal.cfg"
  186.  
  187. //
  188. // MODIFY GAME BEHAVIOR
  189. //
  190. set actorjump 1       // set to '0' to disable actor jumping
  191. set monsterjump 1     // set to '0' to disable monster jumping
  192. set actorscram 1      // set to '0' to disable actor evasives
  193. set actorchicken 1    // set to '0' to disable actor hiding
  194. set tpp_auto 1        // set to '0' to disable auto-switch to 3rd-person view
  195. set jetpack_weenie 0  // set to '1' to use the easy hover jetpack
  196.  
  197.